home *** CD-ROM | disk | FTP | other *** search
/ USA Bestseller / USA BESTSELLER Vol 1-95 (Hepp-Computer)(1995).iso / e169 / rquotes.r < prev    next >
Text File  |  1993-08-27  |  3KB  |  110 lines

  1. ##
  2. ##   Sample source for a suitable RQUOTES.PMS for use in
  3. ##   Pegasus Mail v3.0/WinPmail variable signatures.
  4. ##
  5. ##   Compile this source using ResCom.exe, by issuing the
  6. ##   command "ResCom RQUOTES.R", then copy the resulting
  7. ##   RQUOTES.RSC file into your home mailbox as RQUOTES.PMS.
  8. ##
  9. ##   So, the sequence of commands looks like this:
  10. ##
  11. ##      C:\PMAIL> rescom rquotes.r
  12. ##      C:\PMAIL> copy rquotes.rsc f:\mail\9000001\rquotes.pms
  13. ##
  14. ##   The general format of this file is a collection of text
  15. ##   resources; each text resource is a multiline group of
  16. ##   quoted strings, ending with \n wherever you want a line
  17. ##   break.
  18. ##
  19. ##   To activate your variable signature, place the characters
  20. ##   ~! in your signature file at the point where you want the
  21. ##   substitution to occur.
  22. ##
  23.  
  24. headers off       #  Ignore this command
  25. symbols off       #  Ignore this command.
  26.  
  27. text x
  28.    {
  29.    "Thought for the day:\n",
  30.    "    A penny saved is ridiculous.\n"
  31.    };
  32.  
  33. text x
  34.    {
  35.    "Thought for the day:\n",
  36.    "    The only thing that hurts more than paying income tax\n",
  37.    "    is not having to pay income tax.\n"
  38.    };
  39.  
  40. text x
  41.    {
  42.    "Thought for the day:\n",
  43.    "    Intuition (n): an uncanny sixth sense which tells people \n",
  44.    "    that they are right, whether they are or not.\n"
  45.    };
  46.  
  47. text x
  48.    {
  49.    "Thought for the day:\n",
  50.    "    Erotic (adj): using a feather as a sex aid.\n",
  51.    "    Kinky (adj):  using the whole duck.\n"
  52.    };
  53.  
  54. text x
  55.    {
  56.    "Thought for the day:\n",
  57.    "    Dictatorship (n): a form of government under which everything \n",
  58.    "    which is not prohibited is compulsory.\n"
  59.    };
  60.  
  61. text x
  62.    {
  63.    "Thought for the day:\n",
  64.    "    Concerto (n): a fight between a piano and a pianist.\n"
  65.    };
  66.  
  67. text x
  68.    {
  69.    "Thought for the day:\n",
  70.    "    Communist (n): one who has given up all hope\n",
  71.    "    of becoming a Capitalist.\n"
  72.    };
  73.  
  74. text x
  75.    {
  76.    "Thought for the day:\n",
  77.    "    Cleavage (n): something you can approve of and\n",
  78.    "    look down on at the same time.   -- W. Garnett.\n"
  79.    };
  80.  
  81. text x
  82.    {
  83.    "Thought for the day:\n",
  84.    "    Book (n): a utensil used to pass time while waiting\n",
  85.    "    for the TV repairman.\n"
  86.    };
  87.  
  88. text x
  89.    {
  90.    "Thought for the day:\n",
  91.    "    Bagpipes (n): an octopus wearing a kilt.\n"
  92.    };
  93.  
  94. text x
  95.    {
  96.    "Thought for the day:\n",
  97.    "    Anatomy (n): something everyone has, but which looks\n",
  98.    "    better on a girl.              -- Bruce Raeburn.\n"
  99.    };
  100.  
  101. text x
  102.    {
  103.    "Thought for the day:\n",
  104.    "    Advertising (n): the science of arresting the human\n",
  105.    "    intelligence for long enough to get money from it.\n",
  106.    "           -- Stephen Leacock.\n"
  107.    };
  108.  
  109.  
  110.